/* Template : demention GearBox HTML*/
 	
	
	/*selection color*/	
	::-moz-selection	{background:#161C19;} 
	::selection 		{background:#161C19;}
	
	
	/*when targeting*/
	:target { border-top-color: #161C19;}
	
	
	/*borders*/
	
	#header-logo:hover,
	#ss-top,
	#navigation ,
	.skin-border-top { border-top-color:#161C19;}
	
	ul.list .current	{ border-bottom-color:#161C19;}
		
	#navigation ul ul li a:hover { border-left-color:#161C19;}
	
	.post.excerpt:hover,
	.skin-border,
	.hover-skin-border:hover {border-color:#161C19;}
	
	
	/*link colors*/
	a,
	.tabbed .tabs .current a,
	.sub-menu .current a,
	.widget.twitter .twitterStatus a,
	.list .current >a,
	#navigation > ul > .current a,
	
	/*font colors*/	
	.accordion .current,
	.tabs [data-tab].current,	
	.post .read-more,
		
	/*hover state*/
	.no-link-color a:hover,
	.tabbed .tabs li a:hover, 
	.widget.recent-posts li:hover a,	
	.sub-menu li a:hover,
	.accordion .header:hover,
	blockquote:after,blockquote:before,
	.old-browser body > footer a:hover,
	.post > header .title a:hover,
	ul.list a:hover	
		
	{color:#161C19;}
	
	
	.skin-text,
	.hover-skin-text:hover		
	{color:#161C19 !important;}	
	
	section:hover .section-title:first-letter	{color:#161C19;}	
 	

	/*START Skin default colors*/
	
	.social-connect li:hover,
	.post:hover > header .title:after,
	.accordion .header:hover:after,
	.expandable .always-visible:hover:after,
	.line-effect,
	.flex-control-nav li a.active
	
	{background-color:#0423E0;}
	/*°´Å¥±ß*/
	.skin,
	.hover-skin:hover	
	{background-color:#0423E0 !important;}
	

	.linear-skin,
	.hover-linear-skin:hover{
		background:#72AA46 !important;
		background:-moz-linear-gradient(#62B4D7, #161C19) !important;
		background:-webkit-linear-gradient(#62B4D7, #161C19) !important;
		background:-webkit-gradient(linear,center top,center bottom,color-stop(0%, #62B4D7), color-stop(100%, #161C19)) !important;
		background:-ie-linear-gradient(#62B4D7, #161C19) !important;
		background:-o-linear-gradient(#62B4D7, #161C19) !important;
		background:linear-gradient( #62B4D7 , #161C19) !important;
	}
	
	.radial-skin, 
	.hover-radial-skin:hover{
		background:#659F3F !important;
		background: -moz-radial-gradient(#62B4D7 0, #161C19 100%) !important;
		background: -webkit-gradient(radial, center center, 0, center center, 150, color-stop(0, #62B4D7), color-stop(1, #161C19)) !important;	
		background: -webkit-radial-gradient(#62B4D7 0, #161C19 100%) !important;		
		background: -ie-radial-gradient(#62B4D7 0, #161C19 100%) !important;
		background: -o-radial-gradient(#62B4D7 0, #161C19 100%) !important;
		background: radial-gradient(#62B4D7 0, #161C19 100%) !important;
	}

/*END Skin default colors */